home *** CD-ROM | disk | FTP | other *** search
/ Chip 2005 June / CHIP 2005-06.iso / program / e-is / SmartToDoSetup.exe / {app} / SmartToDo.exe / 0 / RCDATA / TFINDFORM / TFINDFORM.txt < prev   
Encoding:
Text File  |  2005-05-06  |  2.8 KB  |  146 lines

  1. inherited FindForm: TFindForm
  2.   Left = 575
  3.   Caption = 'Find'
  4.   ClientHeight = 353
  5.   ClientWidth = 404
  6.   OldCreateOrder = True
  7.   Scaled = False
  8.   PixelsPerInch = 96
  9.   TextHeight = 13
  10.   inherited Image5: TImage
  11.     Top = 352
  12.     Width = 404
  13.   end
  14.   inherited LeftBorder: TImage
  15.     Height = 351
  16.   end
  17.   inherited Image4: TImage
  18.     Left = 403
  19.     Height = 351
  20.   end
  21.   inherited Image6: TImage
  22.     Width = 404
  23.   end
  24.   object Label1: TLabel [4]
  25.     Left = 16
  26.     Top = 72
  27.     Width = 56
  28.     Height = 13
  29.     Caption = 'Text to find:'
  30.   end
  31.   object Bevel2: TBevel [5]
  32.     Left = 16
  33.     Top = 136
  34.     Width = 372
  35.     Height = 10
  36.     Anchors = [akLeft, akTop, akRight]
  37.     Shape = bsBottomLine
  38.   end
  39.   object Label2: TLabel [6]
  40.     Left = 16
  41.     Top = 152
  42.     Width = 70
  43.     Height = 13
  44.     Caption = 'Search results:'
  45.   end
  46.   inherited HeaderPanel: TPanel
  47.     Width = 402
  48.     inherited HeaderImg: TImage
  49.       Width = 402
  50.     end
  51.     inherited Image3: TImage
  52.       Picture.Data = {<image000.bmp>}
  53.       Transparent = True
  54.     end
  55.     inherited TitleLabel: TLabel
  56.       Width = 35
  57.       Caption = 'Find'
  58.     end
  59.     inherited SubTitleLabel: TLabel
  60.       Width = 237
  61.       Caption = 'Just type in the phrase to search for'
  62.     end
  63.   end
  64.   object LastSearchesCombo: TComboBox
  65.     Left = 16
  66.     Top = 88
  67.     Width = 282
  68.     Height = 21
  69.     Anchors = [akLeft, akTop, akRight]
  70.     ItemHeight = 13
  71.     TabOrder = 1
  72.   end
  73.   object Button1: TButton
  74.     Left = 313
  75.     Top = 72
  76.     Width = 75
  77.     Height = 25
  78.     Anchors = [akTop, akRight]
  79.     Caption = '&Find'
  80.     Default = True
  81.     TabOrder = 2
  82.     OnClick = Button1Click
  83.   end
  84.   object Button2: TButton
  85.     Left = 313
  86.     Top = 104
  87.     Width = 75
  88.     Height = 25
  89.     Anchors = [akTop, akRight]
  90.     Cancel = True
  91.     Caption = 'Cancel'
  92.     ModalResult = 2
  93.     TabOrder = 3
  94.   end
  95.   object ResultsLV: TListView
  96.     Left = 16
  97.     Top = 168
  98.     Width = 371
  99.     Height = 169
  100.     Columns = <
  101.       item
  102.         Caption = 'Subject'
  103.         Width = 220
  104.       end
  105.       item
  106.         AutoSize = True
  107.         Caption = 'Category'
  108.       end>
  109.     HotTrack = True
  110.     HotTrackStyles = [htHandPoint, htUnderlineHot]
  111.     HoverTime = 3600000
  112.     ReadOnly = True
  113.     RowSelect = True
  114.     TabOrder = 4
  115.     ViewStyle = vsReport
  116.     OnDblClick = ResultsLVDblClick
  117.     OnSelectItem = ResultsLVSelectItem
  118.   end
  119.   object DaNoTaskPanel: TDaPanel
  120.     Left = 18
  121.     Top = 190
  122.     Width = 367
  123.     Height = 145
  124.     Visible = False
  125.     FillColor = clBlack
  126.     object DaGradient: TDaGradient
  127.       Left = 0
  128.       Top = 0
  129.       Width = 367
  130.       Height = 145
  131.       Align = alClient
  132.       ColorStart = clWindow
  133.       ColorEnd = clCream
  134.       IsHorizontal = False
  135.     end
  136.     object Label4: TLabel
  137.       Left = 144
  138.       Top = 64
  139.       Width = 79
  140.       Height = 13
  141.       Caption = 'No Tasks Found'
  142.       Transparent = True
  143.     end
  144.   end
  145. end
  146.